home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / conv / SplitANBR.lha / SplitANBR.doc < prev    next >
Text File  |  1997-08-25  |  2KB  |  69 lines

  1.                     SplitANBR V1.00   ©1997 A.C. Murie
  2.                     ==================================
  3.  
  4. Introduction :
  5. --------------
  6.     This small program takes a DPaint animated brush, and splits it into
  7. separate IFF pictures.
  8.  
  9.  
  10. Requirements :
  11. --------------
  12.     Workbench 2.04 or greater is required.
  13.  
  14.  
  15. Note :
  16. ------
  17.     It has only been tested on my A1200, running WB3.0 so I'm not
  18. completely sure it will work on WB2.0.
  19.  
  20.  
  21. Distribution :
  22. --------------
  23.     SplitANBR is copyright 1997, A.C. Murie.
  24.  
  25.     This program is freeware. It may be distributed freely, provided it is
  26. not modified in any way. You may charge at most a minimal copying fee.
  27.  
  28.  
  29. Usage :
  30. -------
  31.     SplitANBR can only be started from the CLI.  If run from the workbench,
  32. it will just display a help screen and quit.
  33.  
  34. SplitANBR [-sd] infile [outname]
  35.  
  36. -s      : Silent mode - no progress indicator
  37. -d      : Display animation on screen while processing it
  38. infile  : Name of anim brush to split
  39. outname : Base name for output files.
  40.  
  41.     If the outname given is test, then the animation frames will be saved
  42. as test.001.iff, test.002.iff, test.003.iff and so on.
  43.  
  44.     If no outname is given, the infile name will have any extension
  45. removed, and used as the output name.
  46.  
  47.     If started with no options, this help information will be displayed.
  48.  
  49.  
  50. Guarantee :
  51. -----------
  52.     As this program is freeware, no guarantee of any kind is available. The
  53. author will under no circumstances be responsible for any damage that
  54. occurs as a result of running this program.
  55.  
  56.  
  57. Bug reports and comments :
  58. --------------------------
  59.     If you find any bugs, or simply wish to make a comment/suggestion, you
  60. can e-mail me at amurie.es.co.nz
  61.  
  62.               "There are no bugs, just undocumented features"
  63.  
  64.  
  65. History :
  66. ---------
  67.  
  68.     V1.0  - First public release
  69.